home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000253_news@newsmaster….columbia.edu _Thu Nov 13 09:07:50 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA03005
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Nov 1997 09:07:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA21351
  7.     for kermit.misc@watsun; Thu, 13 Nov 1997 09:07:49 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: alt.lang.delphi,aus.electronics,comp.dcom.modems,comp.home.automation,comp.lang.pascal.delphi.misc,comp.protocols.kermit.misc,sci.electronics.design
  11. Subject: Re: Xmodem specs required
  12. Date: 13 Nov 1997 14:07:48 GMT
  13. Organization: Columbia University
  14. Lines: 20
  15. Message-ID: <64f1jk$l8v$1@apakabar.cc.columbia.edu>
  16. References: <64f01j$cno@granny.mac.co.nz>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu alt.lang.delphi:19533 aus.electronics:8558 comp.dcom.modems:204890 comp.home.automation:36047 comp.lang.pascal.delphi.misc:131284 comp.protocols.kermit.misc:8036 sci.electronics.design:59257
  19.  
  20. In article <64f01j$cno@granny.mac.co.nz>,
  21. huisman <minilinx@netaccess.co.nz> wrote:
  22. : I'm not sure which is best group for data communications but
  23. : does anyone have information regarding Xmodem protocol.
  24. : I am wanting to write 8051 code for data logger to communicate
  25. : with PC.(PC end will be Win 95 (Delphi 2 ) app.
  26. If you are not choosing Xmodem because you need it for some
  27. special reason, then it would be a fairly poor choice -- bad 
  28. performance, bad error detection, bad error recovery, etc.  Why 
  29. not use the 8051 version of Kermit which is already available:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/c/i51*.*
  32.  
  33. And of course there is also an excellent Kermit implementation for
  34. Windows 95:
  35.  
  36.   http://www.columbia.edu/kermit/k95.html
  37.  
  38. - Frank